Q3IsInitialized
You can use theQ3IsInitialized
function to determine whether your application has successfully initialized a connection to QuickDraw 3D.
TQ3Boolean Q3IsInitialized (void);DESCRIPTION
TheQ3IsInitialized
function returns a Boolean value that indicates whether your application has successfully initialized a connection to the QuickDraw 3D shared library (kQ3True
) or not (kQ3False
).